Welcome![Sign In][Sign Up]
Location:
Search - api socket

Search list

[Internet-Networkapi socket demo delphi

Description: api socket demo delphi
Platform: | Size: 1332 | Author: skyer001 | Hits:

[Internet-Networkwal

Description: 使用Windows Socket API编写的通用函数,包含异步socket的使用-General function writed by Windows Socket API, containing the use of non-synchronized socket
Platform: | Size: 60416 | Author: 站长 | Hits:

[Internet-Network直接用Socket API实现UDP

Description: 直接Sochet API 实现UDP- Direct Sochet API realizes UDP
Platform: | Size: 183296 | Author: 何加勇 | Hits:

[Windows DevelopSOCKET API通讯程序源代码

Description: winsock编程-winsock Programming
Platform: | Size: 44032 | Author: 小光 | Hits:

[Documents用VC++6.0的Sockets API实现一个聊天室程序

Description: 用VC++6.0的Sockets API实现一个聊天室程序-VC 6.0 Sockets API a chat room procedures
Platform: | Size: 3072 | Author: 万俟楠 | Hits:

[Internet-NetworkWindows Socket API 使用经验

Description: Windows Socket API 使用经验-Windows Socket API experience
Platform: | Size: 144384 | Author: han | Hits:

[Internet-Network提高Client

Description: SocketAPI的程序-Socket API procedures
Platform: | Size: 866304 | Author: 邱文 | Hits:

[Internet-NetworkSocketX

Description: 这是一个基于API自己定义的Socket封装基类。-This is a definition based on its own API Socket Packaging base class.
Platform: | Size: 2048 | Author: 谢花寒 | Hits:

[SymbianSockets

Description: NOKIA手机的基于C++的socket完整的开发API,非常好用-Nokia phones based on the C socket complete development API, very handy
Platform: | Size: 21504 | Author: 杨安国 | Hits:

[Internet-Network用socket API实现加法的远程计算

Description: 说明的是用在客户端输入两个数字,在服务器端实现其加法运算,然后返回结果给客户端的socket例子,此例子经过本人的调试通过。欢迎大家享用。-descriptions are used in the importation of two client figures on the server side to achieve its addition operations, then return to the findings to the client socket example, the example I read through the debugger. You are welcome to enjoy.
Platform: | Size: 6144 | Author: 郑云洲 | Hits:

[Internet-Network一个Socket连接类,封装了Winsock API

Description: 一个Socket连接类,封装了Winsock API,VB源码,推荐下载!-a socket connection type, Packaging, a Winsock API, VB source code to download!
Platform: | Size: 61440 | Author: 于晶 | Hits:

[Program docSockets api用于聊天室程序设计

Description: 用VC++6.0的Sockets API实现一个聊天室程序,是使用socket编程的很好的一个文档.-VC 6.0 Sockets API a chat room procedures, the use of socket programming is a good one document.
Platform: | Size: 7168 | Author: ql | Hits:

[Windows DevelopWinSock Win32 API 的打包类和例子程序winsocket

Description: WinSock Win32 API 的打包类和例子程序Win Sock Win32 API 的打包类和例子程序WinSock Win32 API 的打包类和例子程序-Windows socket sample
Platform: | Size: 53248 | Author: e_man518 | Hits:

[Internet-NetworkAPI实现Socket编程(文件传送)

Description: 利用API函数编写的程序,可以实现文件的自由传送!-prepared using the API function procedures, the document can be achieved free!
Platform: | Size: 388096 | Author: | Hits:

[ICQ-IM-ChatSOCKET API 聊天室

Description: 多人聊天室程序,通过WinSocketAPI 完成的,包括服务器和客户端两部分 -people chat room procedures, WinSocketAPI completed, including server and client part 2
Platform: | Size: 119808 | Author: 译心 | Hits:

[Internet-NetworkSocketServer(API)

Description: API写的SocketServer源码,采用多线程通讯,这是一个框架,可以加入自己的代码使用。-API written SocketServer source, multi-thread communication, which is a framework, can add his own code to use.
Platform: | Size: 174080 | Author: chenji | Hits:

[Internet-NetworkLINUX-socket

Description: Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返 回一个整型的Socket描述符,随后的连接建立、数据传输等操作都是通过该Socket实现的。常用的Socket类型有两种:流式Socket (SOCK_STREAM)和数据报式Socket(SOCK_DGRAM)。流式是一种面向连接的Socket,针对于面向连接的TCP服务应用;数据 报式Socket是一种无连接的Socket,对应于无连接的UDP服务应用。-Socket interface is TCP/IP network API, Socket Interface defines a number of functions or routines, the programmer can use them to develop TCP/IP network applications. Study on the Internet want TCP/IP network programming, we must understand the Socket Interface. Socket Interface Designer is the first interface on the Unix operating system inside. If you know Unix system input and output, then it is easy to understand the Socket. Socket data transmission network is a special kind of I/O, Socket is a file descriptor. Socket also has a similar function call to open the file of the Socket (), the function return an integer of Socket descriptor, then the connection set up, data transmission and other operations through the implementation of the Socket. Socket type commonly used in two ways: streaming Socket (SOCK_STREAM) and data reported type Socket (SOCK_DGRAM). Streaming is a connection-oriented Socket, for in the TCP connection-oriented service applications Datagram Socket t
Platform: | Size: 1406976 | Author: 陈威 | Hits:

[Internet-Networksocket

Description: vb开发socket的示例 详细描述了vb socket api的应用,不用winsock控件-vb socket api
Platform: | Size: 1024 | Author: frank | Hits:

[Internet-Networksocket

Description: tcp客户端和服务器通信(winsock) 串口通信测试模拟(API) -socket comminution
Platform: | Size: 8987648 | Author: 金晨光 | Hits:

[Internet-NetworkDelphi-Socket-TCP-

Description: delphi 实现socket TCP 通讯,通过winsocke的封装,实现了WIN API socket通讯 代码通过EXE的Server端,client端来实现TCP通讯,并封装了DLL;避免了Delphi自带 的soket控件在Dll中无法收到消息的问题。-delphi socket TCP communication to achieve, through winsocke package to achieve the WIN API socket communication through the EXE of the Server-side code, client side to achieve TCP communication, and package the DLL avoid soket control that comes with Delphi can not be received in the Dll message problem.
Platform: | Size: 1378304 | Author: daihongwei | Hits:
« 12 3 4 5 6 7 8 9 10 ... 25 »

CodeBus www.codebus.net